projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ce142e
)
filechooser: Fix compile warning
author
Benjamin Otte
<otte@redhat.com>
Sat, 10 Sep 2011 14:11:27 +0000
(16:11 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Sat, 10 Sep 2011 14:11:27 +0000
(16:11 +0200)
gtk/gtkfilechooserdefault.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserdefault.c
b/gtk/gtkfilechooserdefault.c
index d7c1ebf2290f6664cc1c11818aa4997e88c94dbe..c8aaff4faa4bc72a3ff926704418d44616cd3d2d 100644
(file)
--- a/
gtk/gtkfilechooserdefault.c
+++ b/
gtk/gtkfilechooserdefault.c
@@
-3908,7
+3908,7
@@
visit_file_cb (GtkMenuItem *item,
{
GFile *file = files->data;
- gtk_file_chooser_default_select_file (
impl
, file, NULL); /* NULL-GError */
+ gtk_file_chooser_default_select_file (
GTK_FILE_CHOOSER (impl)
, file, NULL); /* NULL-GError */
}
g_slist_foreach (files, (GFunc) g_object_unref, NULL);